@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
}

img {
	border: none;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input {
	border: none;
	background: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.oh {
	overflow: hidden;
}

.clear {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
}

th,
td {
	text-align: left;
}

html {
	min-width: 1180px;
}

body {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333;
}

.zhong {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
}
#mypages {
        text-align: center;
        margin-top: 10px;
    }
 #mypages a{ 
    padding: 0 10px;
    color:red;
    display: inline;
 }  
 .defalt_total{
 	color:red;
    padding: 0 5px;
 }
 #mypages .first, #mypages .last,#mypages .prev,#mypages .next{
 	padding: 3px 6px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}
#mypages .prev{
	border-left: none;
}
#mypages .next{
border-right: none;
}
 #mypages .first{
    margin-left: 10px;
}
#mypages .last{
	margin-right: 10px;
	
} 
#mypages select{
    border: 1px solid #eee;
    float: initial;
    display: initial;
} 